func google.golang.org/protobuf/encoding/protowire.consumeFieldValueD

3 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L113: 	return consumeFieldValueD(num, typ, b, DefaultRecursionLimit)
		wire.go#L116: func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n int) {
		wire.go#L148: 			n = consumeFieldValueD(num2, typ2, b, depth-1)